All of My Brain Cells Firing at Once
What I Learned
- Create a modern HTML page with linked CSS and JavaScript files.
- Use modern JavaScript to create, set values, and append elements to the DOM.
- Demonstrate use of proper conditional logic (eg. if...else, switch statements.
- Create custom JavaScript functions that accept parameters and return values.
- Use template literals to combine strings and embedded expressions.
- Create JavaScript objects with properties and methods.
- Use modern JavaScript Array methods to create, append, copy, or delete items from arrays.
- Load an external JSON file or Fetch remote JSON data (e.g. from a favorite API) and display the data in
your web page.